Welcome![Sign In][Sign Up]
Location:
Search - opengl library

Search list

[3D GraphicThreeDBMP

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和 DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-I need to in order to image processing and would like to achieve the two-dimensional images of three-dimensional display, so to write this code, and hope that readers who are interested in this share. Bmp image to obtain one image file, two are from the clipboard. The MFC code to call OpenGL library functions to achieve the two-dimensional images of three-dimensional display, the image width, height, and pixel brightness were three-dimensional space, x, z, y coordinates. Main initialization procedure, mapping, resource release and operation of some of these features implemented in the OGL_MFCView.cpp file.
Platform: | Size: 107520 | Author: arechi | Hits:

[OpenGL programAirplaneDemo

Description: 演示一段飞机飞行的三维动画,利用openGL库的C++语言实现-A flight demonstration of the three-dimensional animation, using openGL library of C++ language implementation
Platform: | Size: 1198080 | Author: phoenix | Hits:

[OpenGL programOPenGL

Description: 在OPenGL中设置光源,透视效果等 以画三个球体为例说明,用VC++编译 要包含OPenGL库-Set in the OPenGL lighting, perspective effects, in order to draw three balls as examples, using VC++ compiler to include OPenGL Library
Platform: | Size: 1024 | Author: spring435 | Hits:

[OpenGL programopengl

Description: OpenGL库详细说明,和库函数索引-Detailed description of OpenGL libraries, and library functions index
Platform: | Size: 411648 | Author: 胡胡 | Hits:

[OpenGL programtextureMapping

Description: 利用OPENGL库进行纹理贴图,opengl入门程序。-OPENGL library using texture mapping, opengl entry procedures.
Platform: | Size: 1415168 | Author: anlei | Hits:

[OpenGL programOpenGL

Description: OpenGL的使用指南,系统全面的讲解了OpenGL的函数库的各个函数的功能,是学习OpenGL不错的知道书 -OpenGL, User Guide, systematic and comprehensive explanations of the OpenGL-library functions of the various functions, is to know a good book to learn OpenGL
Platform: | Size: 2978816 | Author: 刘德莉 | Hits:

[VC/MFCopengl_function

Description: OPENGL函数库说明,可以方便查询,函数齐全-OPENGL library description, you can easily query, the function is complete
Platform: | Size: 411648 | Author: hj | Hits:

[Windows DevelopopenGL

Description: openGL库文件 openGL库文件 openGL库文件-openGL library files openGL library files openGL library files openGL library files openGL library files
Platform: | Size: 446464 | Author: hu | Hits:

[Multimedia program3DShow

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。-I need to in order to image processing and would like to achieve the two-dimensional images of three-dimensional display, so to write this code, and hope that readers who are interested in this share. Bmp image to obtain one image file, two are from the clipboard. The MFC code to call OpenGL library functions to achieve the two-dimensional images of three-dimensional display, the image width, height, and pixel brightness were three-dimensional space, x, z, y coordinates. Main initialization procedure, mapping, resource release and operation of some of these features implemented in the OGL_MFCView.cpp file. OpenGL library is initialized in the file OnCreate, InitScene and DrawScene function was achieved primarily to initialize OpenGL runtime environment variables, three-dimensional objects, light, materials, etc., due to introduce the document to initialize OpenGL library a lot of , where I will not say much, and interested readers can refer to the related documents. The DrawScene funct
Platform: | Size: 105472 | Author: 325 | Hits:

[OpenGL programsoil

Description: SOIL opengl 读取各种图像格式的库,包括png jpg tga等。跨平台,甚至iphone也可以的。-SOIL opengl library to read a variety of image formats, including png jpg tga and so on. Cross-platform, and even iphone is also possible.
Platform: | Size: 475136 | Author: 3d3k3c3x | Hits:

[OpenGL programlibrary

Description: OpenGL Library Files
Platform: | Size: 161792 | Author: borte | Hits:

[OpenGL programOpenGL

Description: OpenGL开发库,1.将开发库中的.h文件拷贝到Visual C++ 6.0的\Include\GL目录中 2.将.lib文件拷贝到Visual C++ 6.0的\lib目录中 3.将.dll文件拷贝到操作系统的system32目录中-OpenGL development libraries, 1. Will develop in the library. H files are copied to the Visual C++ 6.0 in the \ Include \ GL directory 2. Will. Lib file copied to the Visual C++ 6.0 in the \ lib directory 3. Will. Dll files are copied to operating system system32 directory
Platform: | Size: 742400 | Author: YO张 | Hits:

[OpenGL programSnow

Description: 基于opengl函数图形库的实现雾模拟的场景,使三维场景更加逼真-Based on the realization of opengl library function graphic simulation of fog scene。Make more lifelike 3d scene
Platform: | Size: 1024 | Author: 陈玥 | Hits:

[OpenGL programComputerGraphic2

Description: 计算机图形学课程设计,效果不错,对于二维三维图形显示,绘图,物体抓取,都实现的很好!使用的是开源OpenGl函数库!-Computer Graphics Design, worked well for two-dimensional three-dimensional graphics, drawing, crawling objects are achieved very good! Using open source OpenGl library!
Platform: | Size: 164864 | Author: wwwddd | Hits:

[OtherOpenGLDoc

Description: 一个关于OpenGL函数库的说明文档,详细介绍了各个功能函数的参数意义,使用方法等。-A note on the OpenGL library document, detailing the significance of various functional parameters of the function, use the methods.
Platform: | Size: 411648 | Author: 吕波 | Hits:

[OpenGL programbrowse3d

Description: Vrml browser + openGl library
Platform: | Size: 2846720 | Author: dorra | Hits:

[OpenGL programmain

Description: 1,本程序用于初学Python下的三维可视化编程 2,在Python中调用Opengl)库,并读取指定文件显示。-1, the procedure for the novice visualization Python programming under 2, call in Python Opengl) library, and read the specified file appears.
Platform: | Size: 3072 | Author: toudu | Hits:

[Other GamesJuegoBillar

Description: Billar game, using openGL library in a interesting enviroment.
Platform: | Size: 1381376 | Author: cathy | Hits:

[OpenGL programOpenGL-Reference-Manual

Description: OpenGL是一个图形硬件的软件接口这一接口包含了数百个函数,图形程序员可以利用这些函数指定设计高品质的三维彩色图像所需的对象和操作。这些函数中有许多实际上是其他函数的简单变形,因此,实际上它仅包含大约180个左右完全不同的函数。 -OpenGL is a graphics hardware software interface (" GL" is Graphics Library). This interface contains hundreds of functions, graphics programmer can use these function to specify the design of high-quality three-dimensional color images of objects and operations needed. Many of these functions are actually simple deformation of other functions, so in fact it contains only about 180 or so completely different function. OpenGL Utility Library (OpenGL Utility Library, GLU) and the X window system, OpenGL extensions (OpenGL Extension to the X Window System, GLX) to provide useful support for OpenGL features and full set of OpenGL core functions. This book describes in detail the function of these functions.
Platform: | Size: 2777088 | Author: 蔡孟超 | Hits:

[OpenGL programopengl

Description: 采用OPENGL绘制三维图形,一个简单的学习程序,希望对大家有所帮助-Drawing 3D Pictures with OPENGL Library
Platform: | Size: 51200 | Author: liwei | Hits:
« 1 2 3 45 6 7 8 9 10 ... 46 »

CodeBus www.codebus.net